home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / frame_25 / PlaceObject2_886_115 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2008-09-24  |  284 b   |  16 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.details.switch1)
  3.    {
  4.       if(_root.details.switch2)
  5.       {
  6.          if(_root.details.switch3)
  7.          {
  8.             if(_root.details.switch4)
  9.             {
  10.                _visible = true;
  11.             }
  12.          }
  13.       }
  14.    }
  15. }
  16.